码迷,mamicode.com
首页 >  
搜索关键字:libjpeg.(a|so) not found    ( 17062个结果
CentOS安装Chrome
问题在CentOS安装Chrome会遇到libstdc++.so.6(GLIBCXX_3.4.15)(64bit) 依赖失败的问题,即使下载了最新的libstdc++.so.6(包含GLIBCXX_3.4.15)也解决不了问题.Resolving Dependencies--> Running tr...
分类:其他好文   时间:2014-07-22 23:14:54    阅读次数:542
使用Apache Axis2 创建 Web Services (bottom-up)
使用ApacheAxis2创建WebServices一.什么是WebServices简单来说WebServices就是一种资源,我们可以通过http访问它,它以xml形式返回我们想要的结果。二.Web应用程序和webservices对比Web应用程序WebServices返回HTML返回XML(SO...
分类:Web程序   时间:2014-07-22 23:14:16    阅读次数:563
rlwrap: command not found和解决linux下sqlplus 提供浏览历史命令行的功能
rlwrap工具可以解决linux下sqlplus提供浏览历史命令行的功能,和删除先前输入错误的字母等问题1.安装需要readline包 这个安装光盘就有[root@asm RedHat]# cd RPMS/[root@asm RPMS]# rpm -Uvh readline*warning: re...
分类:数据库   时间:2014-07-22 23:12:57    阅读次数:649
【ERROR】bash: vim: command not found的解决办法
今天在学习鸟哥的菜的时候,发现自己linux不可以启用vim命令,错误为:bash: vim: command not found。 机器环境:VMWare8+RED HAT Enterprise5 解决方法: 发现问题的根源在于没有安装好vim 输入 rpm -qa|grep vim ...
分类:其他好文   时间:2014-07-22 23:12:56    阅读次数:993
Unity本地数据存储---Sqlite和JSON
2014-04-30更新剔除了使用网络上烂大街的SQLite使用方法(原因android下无法读取数据),使用libSQLite3.so,通过DLLImport,在C#代码里直接调用C接口这种原生调用SQLite的方式,我在pc、android上亲测无误,ios没测过,但是stackoverflow...
分类:数据库   时间:2014-07-22 23:06:53    阅读次数:852
kali linux /etc/apt/source.list
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so onyou can use the sites of China , also yo...
分类:系统相关   时间:2014-05-01 14:13:25    阅读次数:561
LA 4287
Consider the following exercise, found in a generic linear algebra textbook.LetAbe ann×nmatrix. Prove that the following statements are equivalent:Ais...
分类:其他好文   时间:2014-05-01 13:45:04    阅读次数:349
Writing your first Django
Quick install guide1.1 Install Python, it works with Python2.6, 2.7, 3.2, 3.3. All these version of Python include a lightweight database SQLite, so y...
分类:其他好文   时间:2014-04-30 23:14:34    阅读次数:566
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
安装PHP
yum install php #根据提示输入 Y 直到安装完成安装 PHP 组件,使 PHP5 支持 MySQLyum install php-mysql php-gd libjpeg* php-imap php-ldap php-odbcphp-pear php-xml php-...
分类:Web程序   时间:2014-04-29 10:32:46    阅读次数:466
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!